Crate hyperlocal_next

source ·
Expand description

hyperlocal provides Hyper bindings for Unix domain sockets.

See the examples for how to configure a client or a server.

§Features

  • Client- enables the client extension trait and connector. Enabled by default.

Structs§

  • the [UnixConnector] can be used to construct a [hyper::Client] which can speak to a unix domain socket.
  • A convenience type that can be used to construct Unix Domain Socket URIs

Traits§

  • Extension trait for constructing a hyper HTTP client over a Unix domain socket.